float z = zoom.ReadValue<float>(); if (z > 0) Debug.Log("Scroll UP"); else if (z < 0) Debug.Log("Scroll DOWN");